home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / Emulation_Include_Files / bldver.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  290 b   |  19 lines

  1. /*++
  2.  
  3. Copyright (c) 1997-1998 Microsoft Corporation
  4.  
  5. Module Name: bldver.h
  6.  
  7.  
  8. --*/
  9. #ifndef _BLDVER_H_
  10. #define _BLDVER_H_
  11.  
  12. #define CE_MAJOR_VER      0x0002
  13. #define CE_MINOR_VER      0x000b
  14.  
  15. #define CE_BUILD_VER      8262
  16. #define CE_BUILD_SYSVER   8239
  17.  
  18. #endif // _BLDVER_H_
  19.